home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / libs / Install.script < prev    next >
Text File  |  1996-09-26  |  975b  |  47 lines

  1.  
  2. ; Script file to install reqtools.library 37
  3.  
  4. FailAt 20
  5.  
  6. Echo "*nreqtools.library Installation Script*n"
  7. Version >NIL: LIBS:reqtools.library
  8. If NOT ERROR
  9.     Echo "Version of reqtools.library already installed:"
  10.     Version LIBS:reqtools.library
  11.     Echo ""
  12. EndIf
  13.  
  14. Version >NIL: exec.library 37
  15. If NOT WARN
  16.     Echo "Your Amiga has AmigaDOS Release 2 (V37) or higher in ROM."
  17.     Ask "Install special Kickstart 2.0 version of reqtools.library (37.726) ?"
  18.     If WARN
  19.         Copy kick20/reqtools.library LIBS:reqtools.library
  20.         Echo "*nreqtools.library (2.0 version) copied to your Libs: directory."
  21.         Avail >NIL: FLUSH
  22.         Skip INSTALLED
  23.     EndIf
  24. EndIf
  25.  
  26. Ask "Install Kickstart 1.2/1.3 version of reqtools.library (37.600) ?"
  27. If NOT WARN
  28.     Skip Aborted
  29. EndIf
  30.  
  31. Copy kick13/reqtools.library LIBS:reqtools.library
  32. Echo "*nreqtools.library copied to your Libs: directory."
  33.  
  34. Lab INSTALLED
  35.  
  36. Echo "Installation complete.*n"
  37. Skip END
  38.  
  39. Lab ABORTED
  40.  
  41. Echo "*nInstallation aborted!*n"
  42.  
  43. Lab END
  44.  
  45. Wait 5
  46. EndCLI >NIL:
  47.